home *** CD-ROM | disk | FTP | other *** search
- stop();
- upper_filled = false;
- _root.water_is_flowing = false;
- if(_parent._parent.horiz < _root.maxhoriz)
- {
- _root.water_tansfer(_parent._parent.tile_num,"from_left");
- }
- else if(_parent._parent.horiz == _root.maxhoriz)
- {
- _root.dead("right",_parent._parent.tile_num);
- }
-